home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 April / NETDisc0497.iso / mac / Demos / Living Books Sampler / SETUP32 / SETUP32.INI < prev   
INI File  |  1996-08-08  |  8KB  |  191 lines

  1. ;**************************************************
  2. ;
  3. ;          Setup32.INI
  4. ;
  5. ;  NOTE CONCERNING LITERALS:  Three items have
  6. ;  special meanings in this file.
  7. ;
  8. ;    '/' denotes a command line ARGUEMENT
  9. ;
  10. ;    "$Install_FromDrive$" is the current (CD) drive
  11. ;
  12. ;    "$Install_ToDirectory$" is the location on
  13. ;    the user's system where the compressed archive
  14. ;    of files (or entire directory tree) wil be
  15. ;    re-inflated.
  16. ;**************************************************
  17.  
  18. [General Info]
  19. ;*********************************************************
  20. ;****************** [ Registry Info ] ********************
  21. ;  COMPANY:  Used in updating the registry.
  22. ;
  23. ;  PRODUCTTITLE:  Used in updating the registry and in
  24. ;                 all references to the product in all
  25. ;                 dialogs displayed during the install.
  26. ;
  27. ;  PRODUCTVERSION:  Used in updating the registry.
  28. ;
  29. ;  EXECUTABLEFILE:  Full path, file name, and any arguements.
  30. ;                   Stored in the registry, and used by the
  31. ;                   autorun "Launcher" to start the app.
  32. ;
  33. ;  EXECUTABLEWORKINGDIR:  Directory from which to launch the
  34. ;              installed application.
  35. ;*********************************************************
  36. Company=Living Books
  37. ProductTitle=15 Product Demo
  38. ProductVersion=1.0
  39. ExecutableFile=$Install_FromDrive$\DEMO32.EXE
  40. ExecutableWorkingDir=$Install_FromDrive$
  41.  
  42.  
  43. ;**********************************************************
  44. ;****************** [ User Interface ] ********************
  45. ;  ALLOW_256COLORS:  Number of colors used by installer once the
  46. ;             window with the blue gradient is shown.
  47. ;             WARNING: currently, using 256 colors will cause
  48. ;             a "flash" when the window is first displayed
  49. ;             (this is due to the window being erased).
  50. ;
  51. ;  DIALOGBITMAP:  Bitmap to display along the left-hand side
  52. ;                 of all dialogs used during the install process.
  53. ;                 Bitmaps which are too large will be clipped.
  54. ;
  55. ;  BACKGROUNDBITMAP:  Bitmap that "dissolves" onto the blue gradient
  56. ;                     background displayed throughout the install
  57. ;                     process.
  58. ;*********************************************************
  59. Allow_256Colors=FALSE
  60. DialogBitmap=$Install_FromDrive$\setup32\DIALOG.BMP
  61. BackgroundBitmap=$Install_FromDrive$\setup32\LOGO.BMP
  62. ;Copyright Blurb=
  63.  
  64. ;**********************************************************
  65. ;****************** [ File Transfer ] *********************
  66. ;  XFERFILES_DESTINATION:  The DEFAULT location on the user's
  67. ;                          system where the archived files or
  68. ;                          directory tree will be re-inflated.
  69. ;                          The default drive letter is "C:\".
  70. ;
  71. ;  XFERFILES_SOURCE:  Path to the compressed archive on the CD.
  72. ;*********************************************************
  73. XferFiles_Destination=Lvg_Bks
  74. XferFiles_Source=$Install_FromDrive$\Demo.Z
  75.  
  76. ;**********************************************************
  77. ;****************** [ Process Control ] *******************
  78. ;  ON-LINE REG:  Path to relevant executable. Missing or invalid
  79. ;         item ignored.
  80. ;
  81. ;  REBOOT_SYSTEM:  'T', 't', or '1' as the first character will
  82. ;                  cause a dialog offering to re-boot the user's
  83. ;                  system to be displayed as the final step in
  84. ;                  the install process.
  85. ;*********************************************************
  86. On-line Registration=
  87. Reboot_System=
  88.  
  89. ;***************************************************************
  90. ;***************** [ Secondary Installation ] ******************
  91. ; Install contents of specified archives to specified location
  92. ; (For apps requiring files in Win\Sys or Windows directories)
  93. ;  Syntax: "XferFiles_Destination=$Windows$", or "...$WinSys$" 
  94. ;***************************************************************
  95. ;  XFERFILES_DESTINATION:
  96. ;            Full path to installation destination
  97. ;
  98. ;  XFERFILES_SOURCE:    Path to the compressed archive on the CD.
  99. ;***************************************************************
  100. [Auxilliary]
  101. XferFiles_Destination=
  102. XferFiles_Source=
  103.  
  104. ;************************************************************
  105. ;****************** [ Fonts to Install ] ********************
  106. ; Installs only the SPECIFIED font files from the directory
  107. ;       (Fonts installed to "Win95\Fonts" directory)
  108. ;************************************************************
  109. ;  XFERFONTS_SOURCEDIR:    Full path to font directory location
  110. ;            on the CD.
  111. ;
  112. ;  ITEM#_FILENAME:    Name of TrueType font file, including
  113. ;            .TTF extension
  114. ;
  115. ;  ITEM#_FULLDESCRIPTION:
  116. ;            TrueType font face name.
  117. ;************************************************************
  118. [Fonts]
  119. XferFonts_SourceDir=
  120. Item1_FileName=
  121. Item1_FullDescription=
  122.  
  123. ;************************************************************
  124. ;********** [ Document Type Registry References ] ***********
  125. ; "Description" required by Win95 "View File Types" dialog
  126. ; "FileType" allows many extensions to refer to one type
  127. ;************************************************************
  128. ;  ITEM#_FILEXTENSION:    Three-letter file extension.
  129. ;
  130. ;  ITEM#_FILETYPE:    ID name used internally by the Win95 Registry
  131. ;            database.
  132. ;
  133. ;  ITEM#_TYPEDESCRIPTION:
  134. ;            Description of the file type, displayed by the
  135. ;            desktop and the Explorer.
  136. ;
  137. ;  ITEM#_DEFAULTICON:    Full path to file containing icon (32x32 and 16x16).
  138. ;            File can be .ICO, .EXE, or .DLL. The optional index
  139. ;            (",1") is zero-based into the file.
  140. ;
  141. ;  ITEM#_ASSOCEXECUTABLE:
  142. ;            Command line for associated executable file.
  143. ;************************************************************
  144. [Associations]
  145. Item1_FileExtension=
  146. Item1_FileType=
  147. Item1_TypeDescription=
  148. Item1_DefaultIcon=
  149. Item1_AssocExecutable=
  150.  
  151. ;**************************************************
  152. ;***** [ Customization for the Start menu ] *******
  153. ;  Syntax: "Item#_Caption=", "Item#_CmdLine="
  154. ;**************************************************
  155. ;  FOLDER:  The name of the folder to be inserted or updated under
  156. ;           "Programs" in the Windows 95 "Start" menu.
  157. ;
  158. ;  ITEM#_CAPTION:  Caption for this item in the "Start" menu.
  159. ;
  160. ;  ITEM#_CMDLINE:  Path, file name, and any arguements for this
  161. ;                  item in the "Start" menu.
  162. ;         
  163. ;  ITEM#_WRKDIR:  "Start" menu working directory from which the
  164. ;                 command to launch this item will be initiated.
  165. ;**************************************************
  166. [Start Menu Items]
  167. Folder=Living Books
  168. Item1_Caption=15 Product Demo
  169. Item1_CmdLine=$Install_FromDrive$\demo32.EXE
  170. Item1_WrkDir=$Install_FromDrive$
  171.  
  172. ;**************************************************
  173. ;********** [ 3rd Party Executables ] *************
  174. ; Syntax: "Item#_Description=", "Item#_Executable="
  175. ;**************************************************
  176. ;  ITEM#_DESCRIPTION:  Description show up on dialog box after file
  177. ;               transfer, and before the final dialog box.
  178. ;               Up to five descriptions can fit in the the
  179. ;               dialog box.
  180. ;
  181. ;  ITEM#_EXECUTABLE:  Command line for executable, including full path
  182. ;              name. "$Install_FromDrive$", "$Install_ToDirectory$",
  183. ;              etc., are allowed.   
  184. ;**************************************************
  185. [Third Party Executables]
  186. DlgHeader=You will now be prompted through installation of the items below. Please note whether installation of each item is REQUIRED or OPTIONAL.
  187. DlgFooter=If you prefer not to install one of these items, please select the Exit button when it appears in sequence. Please press the OK button below to continue now.
  188. Item1_Executable=
  189. Item1_Description=
  190.  
  191.